home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / CAD / PKEY11_1.ARJ / ER.LSP < prev    next >
Text File  |  1992-03-14  |  323b  |  9 lines

  1. ;  ENTITIY REGEN UTILITY (short and sweet) for when you want to see the
  2. ;  change but not have to regen the whole drawing.
  3. ;
  4. ;                     ********Patrick J. McKee, author********
  5. ;                       ****Copyright 1992, Power Key tm****
  6. ;
  7. (defun c:er ()
  8. (setq es (ssget))
  9. (command"move" es "" "@" "@"))